@charset "UTF-8";
/* CSS Document */


/*页脚*/
footer>div:nth-child(1){
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #FFF;
	background-color: #333;
	border-bottom: 1px solid #444;
}
footer>div:nth-child(1) .bottomnav{
	width: 1200px;
	margin: auto;
	overflow: hidden;
}
footer>div:nth-child(1) .bottomnav div{
	float: left;
	width: 600px;
}
footer>div:nth-child(1) .bottomnav a{
	margin: 0 16px;
	color: #fff;
}
footer>div:nth-child(2){
	overflow: hidden;
	background-color: #3e3e3e;
}
footer .foot{
	width: 1200px;
	margin: auto;
	padding-top: 20px;
	overflow: hidden;
}
footer .foot>*{
	float: left;
}
footer .foot .flogo{
	width: 300px;
	height: 160px;
}
footer .foot .flogo img{
	display: block;
	width: 60%;
	margin: 30px auto 0;
}
footer .foot dl{
	width: 300px;
}
footer .foot dl>*{
	float: left;
}
footer .foot dl dt{
	width: 80%;
	margin: 0 10% 10px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-bottom: 1px solid #fff;
	color: #fff;
	font-size: 16px;
}
footer .foot dl dd{
	width: 50%;
	height: 30px;
	text-align: center;
}
footer .foot dl dd a{
	color: #fff;
}
footer .foot ul{
	width: 380px;
}
footer .foot ul li{
	height: 28px;
	line-height: 28px;
	color: #fff;
}
footer .foot ul li:nth-child(1){
	font-size: 16px;
}
footer .foot .ewm{
	width: 220px;
}
footer .foot .ewm img{
	display: block;
	margin: auto;
	width: 50%;
}
footer .foot .ewm div{
	text-align: center;
	color: #fff;
}
footer>div:nth-child(3){
	background-color: #333;
	line-height: 36px;
	color: #fff;
}
footer>div:nth-child(3)>div{
	width: 1200px;
	margin: auto;
}
